home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Wyszukiwarki / Bingooo 2.6.0 / Bingooo_english.exe / {app} / BINGOOO.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  2002-06-14  |  1KB  |  66 lines

  1. object Form3: TForm3
  2.   Left = 284
  3.   Top = 121
  4.   Width = 696
  5.   Height = 552
  6.   Caption = 'Result Source'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object RichEdit2: TRichEdit
  19.     Left = 0
  20.     Top = 0
  21.     Width = 688
  22.     Height = 477
  23.     Align = alClient
  24.     BorderStyle = bsNone
  25.     Color = clBtnFace
  26.     HideSelection = False
  27.     PlainText = True
  28.     ReadOnly = True
  29.     ScrollBars = ssVertical
  30.     TabOrder = 0
  31.     OnKeyDown = RichEdit2KeyDown
  32.   end
  33.   object Panel1: TPanel
  34.     Left = 0
  35.     Top = 477
  36.     Width = 688
  37.     Height = 41
  38.     Align = alBottom
  39.     TabOrder = 1
  40.     object Button2: TButton
  41.       Left = 512
  42.       Top = 8
  43.       Width = 75
  44.       Height = 25
  45.       Caption = 'cancel'
  46.       TabOrder = 0
  47.       OnClick = Button2Click
  48.     end
  49.     object Button1: TButton
  50.       Left = 600
  51.       Top = 8
  52.       Width = 75
  53.       Height = 25
  54.       Caption = 'ok'
  55.       TabOrder = 1
  56.       OnClick = Button1Click
  57.     end
  58.   end
  59.   object FindDialog1: TFindDialog
  60.     Options = [frDown, frHideUpDown]
  61.     OnFind = FindDialog1Find
  62.     Left = 286
  63.     Top = 493
  64.   end
  65. end
  66.